* (bug 28630) Add iwlinks, langlinks, redirect to RefreshLinks::deleteLinksFromNonexi...
authorSam Reed <reedy@users.mediawiki.org>
Sat, 9 Jul 2011 03:47:43 +0000 (03:47 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sat, 9 Jul 2011 03:47:43 +0000 (03:47 +0000)
RELEASE-NOTES-1.19
maintenance/refreshLinks.php

index 60b1b3f..1a18296 100644 (file)
@@ -149,6 +149,8 @@ production.
 * (bug 29779) DairikiDiff/WikiDiff <ins> and <del> should undo browser default
   styling (strike/underline).
 * Translate the block expiry date
+* (bug 28630) Add iwlinks, langlinks, redirect to
+  RefreshLinks::deleteLinksFromNonexistent
 
 === API changes in 1.19 ===
 * BREAKING CHANGE: action=watch now requires POST and token.
index 0bb1696..c41bf35 100644 (file)
@@ -252,6 +252,8 @@ class RefreshLinks extends Maintenance {
                        'templatelinks' => 'tl_from',
                        'externallinks' => 'el_from',
                        'iwlinks' => 'iwl_from',
+                       'langlinks' => 'll_from',
+                       'redirect' => 'rd_from',
                );
 
                foreach ( $linksTables as $table => $field ) {